JSONValue.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(JSONValue)* opBinaryRight(string key)
    struct JSONValue
    const
    const(JSONValue)*
    opBinaryRight
    (
    string op
    )
    (
    string key
    )
    if (
    op == "in"
    )
  2. JSONValue* opBinaryRight(string key)

Meta